home *** CD-ROM | disk | FTP | other *** search
- Path: pelican.unf.edu!usenet
- From: mbauer@unf6.cis.unf.edu (Michael Scott Bauer)
- Newsgroups: comp.lang.c
- Subject: fclose in MS Visual C++ crashes...HELP!!!
- Date: Wed, 10 Apr 1996 15:48:13 GMT
- Organization: University of North Florida
- Message-ID: <4kgllu$q0a@pelican.unf.edu>
- NNTP-Posting-Host: slip15.unf.edu
- X-Newsreader: Forte Free Agent 1.0.82
-
- I am trying to simply close a file pointer using fclose in MS Visual
- C++ version 4.0 for Windows 95. I need my programs to be completly
- ANSI C compatible because I am programing for a class and everything
- must be ported to UNIX. The source code compiles and the resulting
- EXE file runs, but then I gives me some sort of unauthorized error
- and the program crashes. Instead of highlighting an error in my
- source code, the compiler highlights a line in the function fclose in
- a file called fclose.c. When I port to UNIX the source compiles
- flawlessly, but this takes too much time to continuously port to UNIX,
- fix the errors found, port to UNIX again, write more code, port to
- UNIX...you get the picture.
-
- Could someone please help ASAP! I need to get this working by the
- 25th and countinuously porting will take up too much time...
-
- Please e-mail any help/suggestions to :
-
- Michael Bauer
- mbauer@unf.edu
-
- THANKS A BUNCH!!!
-
-